View::RevealRect

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:22 1991
Index Return to Main Contents
 

NAME

View::RevealRect - instance method  

TEMPLATE

void RevealRect(Rectangle revealRect, Point minimumToSee)  

SPECIFIERS

public  

DESCRIPTION

RevealRect shows the revealRect of this by scrolling to that area. At least minimumToSee pixels of the revealRect are made visible.
RevealRect actually forwards this message either to the instvar focus or to all Clippers in the instvar clippers or to the next View in the container chain.
See also method Clipper::RevealRect, method RevealAlign, method Scroll and method ConstrainScroll.  

ARGUMENTS

Rectangle revealRect

the part of the content rectangle of this
to be shown
Point minimumToSee

the minimum amount of the revealRect
that should be made visible
 

RETURN ARGUMENT

void

 

CATEGORIES

scrolling, forwarding, client interface

 

FILES

implementation:
View.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:20 GMT, March 30, 2022